home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
gravity.swf
/
scripts
/
frame_111
/
PlaceObject2_312_21
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-28
|
179 b
|
8 lines
onClipEvent(load){
this._x = -380;
this._y = -200;
Xdist = this._x - _parent.foreground._x;
Ydist = this._y - _parent.foreground._y;
this._visible = true;
}